Skip to content

Instantly share code, notes, and snippets.

@fataelislami
Created March 28, 2017 11:56
Show Gist options
  • Save fataelislami/3e298395f0c578fc199e0b5d84448908 to your computer and use it in GitHub Desktop.
Save fataelislami/3e298395f0c578fc199e0b5d84448908 to your computer and use it in GitHub Desktop.
program edankeun;
var
text:string;
number:integer;
begin
text:='this is Text with Edankeun Style';
number:=99;
writeln(text);
writeln(number);
//The output will
// this is Text with Edankeun Style
// 99
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment