git @ Cat's Eye Technologies Dipple / master nim / client.nim
master

Tree @master (Download .tar.gz)

client.nim @masterraw · history · blame

# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense

# usage:
#   nim r --verbosity:0 client.nim

import module

echo module.foo()

# echo module.bar()
# Error: undeclared identifier: 'bar'