bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] SCRIPT.apl example from the apl.html


From: enztec
Subject: [Bug-apl] SCRIPT.apl example from the apl.html
Date: Thu, 2 Feb 2017 19:11:05 -0700

Hello


from the apl.html

---

SCRIPT.apl

#! /usr/local/bin/apl --script

      βŠƒβŽ•ARG      ⍝ show command line options

      )OFF      ⍝ leave the interpreter

---

chmod 777 SCRIPT.apl

---

./SCRIPT.apl 

/usr/local/bin/apl
--script          
./mm.apl          

---

./SCRIPT.apl  arg1
.
unknown option 'arg1'
usage: apl [options]
    options: 
....

??



reply via email to

[Prev in Thread] Current Thread [Next in Thread]