1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00
freesource 3a14fa35d4 Working the way I want it to. This is if/elsif logic. Ignores
conditionals if deliminators are not used.


\
if ( condition )
  statement
  ..
elsif ( condition )
  statement
  ..
\

The \ can be at the start of the first conditional or the end of the
last statement
2003-02-07 17:50:32 +00:00
..
2003-01-14 03:45:01 +00:00
2001-07-31 05:13:58 +00:00
2001-12-20 06:31:31 +00:00