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
db0077e3a8
elna
/
tests
/
declare_variable.eln
6 lines
45 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;
Replace ! with a function call writei
2024-03-19 09:35:50 +01:00
writei(x)
Support surrounding begin and end
2024-03-10 08:50:55 +01:00
end.
Reference in New Issue
Copy Permalink