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
2025-11-03 19:16:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c3be7ab4b3195e44bdec5d0acc453d4c255f5f65
prog8
/
examples
/
pointers
History
Irmen de Jong
c3be7ab4b3
fix if expression type problems with pointers
2025-07-18 23:44:55 +02:00
..
animalgame.p8
pointers no longer implicitly converted to boolean in expressions, to be consistent with how integers are handled in conditionals
2025-07-18 01:43:35 +02:00
binarytree.p8
pointers no longer implicitly converted to boolean in expressions, to be consistent with how integers are handled in conditionals
2025-07-18 01:43:35 +02:00
fountain.p8
fix if expression type problems with pointers
2025-07-18 23:44:55 +02:00
sortedlist.p8
pointers no longer implicitly converted to boolean in expressions, to be consistent with how integers are handled in conditionals
2025-07-18 01:43:35 +02:00