It's very useful to have scripts able to run by themselves like ./foo.bas by having something like #!/usr/bin/sbasic or #!/usr/bin/env sbasic at the beginning of the scripts. Does this already supported or not? It's not as simple as you put this line at the beginning of code and it suddenly able to run like that. It needs support from the interpreter too.