Files
cell/tests/use.ce
John Alanbrook 5ebfa32137
Some checks failed
Build and Deploy / build-macos (push) Failing after 9s
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
actor files can now be named use
2025-05-30 15:33:20 -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()