Changes

Jump to navigation Jump to search
31 bytes added ,  01:17, 27 March 2015
Line 21: Line 21:  
</source>
 
</source>
 
==== Boolean ====
 
==== Boolean ====
 +
<source lang="bash">
 
#!/bin/bash
 
#!/bin/bash
 
the_world_is_flat=true
 
the_world_is_flat=true
Line 27: Line 28:  
     echo 'Be careful not to fall off!'
 
     echo 'Be careful not to fall off!'
 
fi
 
fi
 +
</source>
    
=== Strings ===
 
=== Strings ===

Navigation menu