This website requires JavaScript.
Explore
Help
Register
Sign In
belka
/
elna
Watch
1
Star
0
Fork
0
You've already forked elna
Code
Issues
Pull Requests
Releases
Activity
bfabdb1d08
elna
/
tests
/
declare_variable.eln
6 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement simple if conditions
2024-03-17 01:00:44 +01:00
var x: Int;
Support surrounding begin and end
2024-03-10 08:50:55 +01:00
begin
Support compound statements
2024-03-11 10:43:26 +01:00
x := 5;
Assign variables
2024-03-14 08:52:45 +01:00
! x
Support surrounding begin and end
2024-03-10 08:50:55 +01:00
end.
Reference in New Issue
Copy Permalink