Adriandmen / 05AB1E

A concise stack-based golfing language
MIT License
760 stars 48 forks source link

How to pass command line arguments in 05AB1E #156

Closed MortezaRahmaniJRP closed 4 years ago

MortezaRahmaniJRP commented 4 years ago

Hi, everyone! I am a Windows guy and use command [line] prompt, so how...? osabie arg1 arg2 ...argN

Adriandmen commented 4 years ago

Hi @MortezaRahmaniJRP. Running an osabie file is done as follows:

escript osabie <05AB1E file path>

You can find more information about this on the README section.

MortezaRahmaniJRP commented 4 years ago

oh excuse me: escript osabie <05AB1E file path> arg1 arg2 ... argN