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
60acf3b9a3
elna
/
tests
/
if_condition.eln
10 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement simple if conditions
2024-03-17 01:00:44 +01:00
begin
Replace ! with a function call writei
2024-03-19 09:35:50 +01:00
if True then writei(8);
if False then
begin
writei(5);
writei(5);
writei(5)
end
Implement simple if conditions
2024-03-17 01:00:44 +01:00
end.
Reference in New Issue
Copy Permalink