Files
cell/tests/use.ce
John Alanbrook 66591e32b5
Some checks failed
Build and Deploy / build-macos (push) Failing after 8s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
fixes #13: actor files can now be named use
2025-05-30 15:34:46 -05:00

10 lines
144 B
Plaintext

var spline = use('extramath/spline')
log.console('module import worked')
var mod = use('mod1')
log.console('local import worked')
$_.stop()