Sha256: 4a903ef688bda50b4dd9a5315fa0822430bf600b4a12948da46dd68a8eb25f99

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

# argv.fy
# Example of fancy's interface for command line arguments

"This will always get printed, even when required from another file" println

__FILE__ if_main: {
  "This will get printed, if this file is directly run with fancy" println
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fancy-0.10.0 examples/argv.fy
fancy-0.9.0 examples/argv.fy