Home
Press ? for keyboard navigation
❮
User Input (read)
Declare
❯
Counter
examples/bash/counter.sh
COUNTER
=
0
echo
$COUNTER
COUNTER
=
$((
COUNTER
+
1
))
echo
$COUNTER
COUNTER
=
$((
COUNTER
+
1
))
echo
$COUNTER
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)