This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
old-trainOS
Watch
1
Star
0
Fork
You've already forked old-trainOS
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0f54fabc99
old-trainOS
/
scripts
/
main.ts
12 lines
105 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Adds "external" script file instead of inline code.
2015-08-14 13:38:01 +00:00
VAR
global
:
INT
;
PUB
main
(
)
|
i
:
INT
BEGIN
Small cleanups.
2015-08-14 16:33:34 +00:00
fun
(
)
-
>
i
;
Adds "external" script file instead of inline code.
2015-08-14 13:38:01 +00:00
END
Adds semantic language validation.
2015-08-14 15:12:08 +00:00
PUB
fun
(
)
-
>
i
:
INT
Adds "external" script file instead of inline code.
2015-08-14 13:38:01 +00:00
BEGIN
Adds semantic language validation.
2015-08-14 15:12:08 +00:00
10
-
>
i
;
Adds "external" script file instead of inline code.
2015-08-14 13:38:01 +00:00
END
Reference in a new issue
Copy permalink