Website | Source

Examples

ABS from bash

$ cat ~/bin/hello.abs
#! /usr/local/bin/abs
echo("Hello world!")
...

# the executable abs script above is in the PATH at ~/bin/hello.abs
$ hello.abs
Hello world!


Tags: language   tool  

Last modified 07 October 2024