1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 19:50:16 +00:00
QB64-PE/internal/source/free98.txt

9 lines
246 B
Text
Raw Normal View History

2024-01-30 17:13:17 +00:00
if(oldstr3660){
if(oldstr3660->fixed)qbs_set(oldstr3660,_SUB_PUSHELEMENT_STRING_A);
qbs_free(_SUB_PUSHELEMENT_STRING_A);
}
if(oldstr3661){
if(oldstr3661->fixed)qbs_set(oldstr3661,_SUB_PUSHELEMENT_STRING_B);
qbs_free(_SUB_PUSHELEMENT_STRING_B);
2022-11-22 23:53:31 +00:00
}