Česky
Kamil Dudka

IFJ 05 (C language)

File detail

Name:Downloadtest00.txt [Download]
Location: ifj05 > tests > testy-magik
Size:473 B
Last modification:2022-09-09 13:06

File content

a:=0;
x:=1.5e2;
b:=1.5e-1;
x:=1.5e+1;
y:=1e1;
c=  a + b;
c=  a - b;
c=  a * b;
c=  a / b;
\n
read d;
d:=2  +2;
on c>d>a go_to navesti1;
on c<a go_to navesti1;
on c=a go_to navesti1;
on c!=a go_to navesti1;
on c<=a go_to navesti1;
on c>=a go_to navesti1;
go_to navesti_2;
navesti1::  print c;  
navesti_2:: print d;
\t
i := 10;
i := "15";
i := i + "15";
\r
retezec := "On rekl: \"Ahoj, co del�\""
ret_:="x\\z"
ret2:="\\\n\t\r\f\\"
abc:="AZ1234567890!?:[]{}@#$%^&*()_+"
\f