You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue:
- What version of GopherLua are you using? : v1.1.1
- What version of Go are you using? : 1.20.13
- What operating system and processor architecture are you using? :Ubuntu 22.04 x86_64
- What did you do? :
a = "00001" + "00011"
print(a)
- What did you expect to see?
12
- What did you see instead?
10
You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue:
1210