Initial
This commit is contained in:
7
bin/Debug/net8.0/input.st
Normal file
7
bin/Debug/net8.0/input.st
Normal file
@ -0,0 +1,7 @@
|
||||
PROGRAM MyProg
|
||||
VAR
|
||||
a;
|
||||
x;
|
||||
END_VAR
|
||||
x := a + 5;
|
||||
END_PROGRAM
|
||||
Reference in New Issue
Block a user