This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-11-28 10:51:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a58cb43c4a
prog8
/
examples
/
test.p8
8 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
renamed 'string' module to 'strings' for consistency
2024-11-23 14:51:38 +00:00
fix asm optimization regression caused by wrong label prefix comparison
2024-11-13 23:54:07 +00:00
main {
now also support using defer inside if statements
2024-11-11 23:11:19 +00:00
sub start() {
fixed weird error messages when attempting to create variable with type long
2024-11-23 20:35:57 +00:00
long @shared foo2 = 22
todo
2024-11-08 18:43:59 +00:00
}
romsub @bank now also accepts a variable so the bank can be dynamic
2024-11-05 22:56:58 +00:00
}
Reference in New Issue
Copy Permalink