click edit button to edit program k## = ask [question adr] [answer adr] c## = copy [from adr] [to adr] l# = ln [x] = Natural Logarithm e# = e^[x] = exp([x]) A### = add [x] and [y] and put the result in [adr] S### = subtract [x] and [y] 2and put the result in [adr] J### = join [x] and [y] and put the result in [adr] b# = b - anounse [adr] P### = if [x] is less than [y] then jump to program line [adr] Q### = if [x] is equal to [y] then jump to program line [adr] R={ Rx = expand ram by [x] address(es) Rn = move data from address [adr] surface to [adr] ram Rm = move data from ram [adr] to surface } T#[17 char text] = set [adr] of surface to (bool if key [17 char text]) o = hide z## = place point at [x] [y] x#### = place line connecting point ([x1], [y1]) and point ([x2], [y2]) $##### = set stroke to [hue] [saturation] [value] [alpha] [thickness] ! = clear screen of pen uhh i'll do the other instructions later codes I made: multiply inputs and state result: -k12-k13-c25-c36-l2-l3-A234-e4-i7*-i8=-j579-j969-j989-j949-b9- hello world: -I1Hello -I2World-J123-B3- square number: -k11-c12-l1--A111-e1-i3^2=-J234-J415-B5- wip -I1100-o-I2100-I330-I40-I51-s454-gsqr-Q896-fsqr-!-s136-s237-x1712-x6762-x1262-x1767-h-