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-09-29 06:16:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
23058b51a1e28b2605d6a4511a91e762688d6335
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