groups

name language licence
Untitled Snippet
Start with and ends withd. Shell Other
grep Perl Other
Comparison operators Other Other
.rootrc C++ Other
.rootlogon.C Other Other
Text in a latex equation / math box Other Other
Space in math mode Latex Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >



language: Other
licence: Other

Comparison operators

options: view full snippetsend to code collector
Numeric 

== 	Equal to
!= 	Not Equal to
> 	Greater than
< 	Less than
>= 	Greater than or Equal to
<= 	Less than or Equal to

String comparison

eq 	Equal to
ne 	Not Equal to
gt 	Greater than
lt 	Less than
	
(Continues...)