If for example we have a structure like this:
Code: Select all
Structure .masa ;<- masa is a new defined type, so then dot prefix.
x.f:y
xa:ya ;<- all these fields are .f until is defined a new one
r ;<- float
px:py ;<- float
masa.l ;<- long
mx:my ;<-long too
fx.f:fy
EndStructure
Code: Select all
NewList p.masa()
for example: Path p():\r=4:\fx-\masa ...
In BB2 you can do:
Code: Select all
PATH p()
\xa=\x,\y ;<- comma allows assignation to consecutive fields
Most calculators and BB2 allow t.f=.345; why PB demands a 0 before the dot?