bcc
bcc copied to clipboard
Cannot import modules in included file
main.bmx
SuperStrict Brl.StandardIO
Include "include.bmx"
print Rand(100)
include.bmx
Import Brl.Random
error: Compile Error: Expecting expression but encountered 'import'
directly using the content of "include.bmx" in "main.bmx" works as desired.