Basic variables in Blockly

OK I have found a way.
1. Create and use a variable in blockly eg varA.
2. You can then use this variable name in the basic code.
 

Technical

Technical Support
Staff member
You can use either name e.g. w0 or varA in a BASIC block. Note that Blockly variables default to word variables (w0, w1 etc) rather than bytes (b0, b1 etc).
 
Top