プレイ日記
★Isaac★ IsaacandEric
How do u code on smile basic all i know is JavaScript. Is it like JavaScript
3そうだね
プレイ済み
返信[1]
親投稿
ShadowCX11 ShadowNyan2002
SmileBASIC is pretty close to JS, but many syntax differences exist like - Functions are declared with [COMMON] DEF FUNCNAME[$/%/#](args...) [OUT RET1...] and END, instead of function [window.]funcname(args...){ and } - To declare a variable, you need to use # (real, or with decimals), % (integer, or no decimals) or $ (string). If you don't specify, real (#) is used - Check smilebasic.com for more
0そうだね
未プレイ
返信[2]
親投稿
★Isaac★ IsaacandEric
Thx!
0そうだね
プレイ済み
返信[3]
親投稿
SıмΞоп SimeonW
Kinda Javascript is my favorite too I ported a game i made in javascript into SmileBasic
1そうだね
プレイ済み