Oh will need the Import thing in an $IF also:
That worked but it didn't work as one-liner (needs to end with $End If).
Need to make a template so when I write something in QB64, it will work in QBJS also. A QBJS .BI and .BM ?
Code: (Select All)
$If WEB Then
Import G2D From "lib/graphics/2d.bas"
$End If
That worked but it didn't work as one-liner (needs to end with $End If).
Need to make a template so when I write something in QB64, it will work in QBJS also. A QBJS .BI and .BM ?
b = b + ...