time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (203B)


      1 
      2 {{alias}}
      3     POSIX path segment separator.
      4 
      5     Examples
      6     --------
      7     > {{alias}}
      8     '/'
      9     > var parts = 'foo/bar/baz'.split( {{alias}} )
     10     [ 'foo', 'bar', 'baz' ]
     11 
     12     See Also
     13     --------
     14