A parser to compile the new Robot++ code into G1ANT.Robot code.
master |
indev |
---|---|
num = 10
hex = num.ToString("x")
dialog(num + " = 0x" + hex)
♥num=10
♥hex=⊂♥num.ToString("x")⊃
dialog message ⊂♥num+" = 0x"+♥hex⊃
(Using VS Code to quickly compile and show result in split window)