We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SBJS coming soon
#2
Can see my work how I implement syntax just console and gw was missing.
https://github.com/zs-3/SBJS
https://www.zs.rf.gd/SBJS/
https://litdev.uk/mybb/showthread.php?tid=155

Code:
loop()

Sub loop
  For I = 1 To 10
    TextWindow.WriteLine(I)
  EndFor
EndSub
You can try this code here
https://www.zs.rf.gd/SBJS/

Also while and if are supported you can try and can use js objects also like Console and Math if you know js well Smile
ZS
[-] The following 1 user Likes z-s's post:
  • litdev
Reply


Messages In This Thread
SBJS coming soon - by sm4llprogrammer2008 - 06-24-2025, 07:02 PM
RE: SBJS coming soon - by z-s - 06-25-2025, 04:31 AM
RE: SBJS coming soon - by sm4llprogrammer2008 - 06-25-2025, 01:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)