prog8/compiler/res/prog8lib
Irmen de Jong f2d27403c5 add string.endswith() to efficiently test for a suffix without copying
add string.startswith() to efficiently test for string prefix without copying
2022-07-21 00:38:30 +02:00
..
atari
c64
c128
cx16
virtual add string.endswith() to efficiently test for a suffix without copying 2022-07-21 00:38:30 +02:00
conv.p8
cx16logo.p8
diskio.p8 tweaks 2022-07-17 22:09:56 +02:00
floats_functions.p8
math.asm
math.p8
prog8_funcs.asm
prog8_lib.asm fix wrong code for signed word >= 0 2022-07-17 19:02:56 +02:00
prog8_lib.p8
string.p8 add string.endswith() to efficiently test for a suffix without copying 2022-07-21 00:38:30 +02:00
test_stack.p8