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
8240443cd1
elna
/
tests
/
declare_variable.eln
6 lines
34 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support surrounding begin and end
2024-03-10 08:50:55 +01:00
var x;
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