1
0
mirror of https://github.com/git/git.git synced 2024-10-22 13:39:05 +02:00
git/t/t4034/ada/post

14 lines
148 B
Plaintext
Raw Normal View History

Ada.Text_IO.Put_Line("Hello World?");
1 1e10 16#FE12#E2 3.141_592 'y'
x+y x-y
x*y x/y
x**y
x(y)
x:=y
x=y x/= y
x<y x<=y x>y x>=y
x,y
x=>y
x..y
x<>y