> multimethod
Methods
- >(a:Real, b:Real)
Greater-than comparison
- >(a:Int, b:Int)
Greater-than comparison
- >(a:Str, b:Str) Source: stdlib.ngs:4976
Case sensitive GreaterThan comparison for strings Returns
Bool
- >(a:Path, b:Path) Source: stdlib.ngs:5822
Same as a.path > b.path
- >(a:Time, b:Time) Source: stdlib.ngs:8248
Undocumented