DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PASCAL
Pascal (gpc 20070904) sample
program
ideone
;
var
x
:
integer
;
begin
repeat
readln
(
x
)
;
if
x
<>
42
then
writeln
(
x
)
;
until
x
=
42
end
.
Source by ideone.com #
PREVIOUS
NEXT
Tagged:
#Pascal
#sample
ADD COMMENT
Topic
COMMENT
Name
3+8 =
Submit