Home
Press ? for keyboard navigation
❮
Hello World in Scala
Hello Name (command line parameters)
❯
Run (Shell script)
examples/run.sh
#!/bin/bash
if
[
"
$1
"
==
""
]
then
echo
"Usage:
$0
Some"
exit
1
fi
echo
$1
scalac
$1
.scala scala
$*
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)