Raz A.
Haifa,
Aug 10, 2016
82
Posts
Re: Driver/Program Shortcut Compile Setting
Are you sure that when you use procedure variables and use them as a string literal it wont compile it?
i just tried to do to something like this:
Proc = "func"
Proc()
func() is a function that just prints "i am compiled"
when i run the program it prints "i am compiled", although compile flag of func() isnt set, how can it be?
ive attached the sources
File Attachment:
RAZ COMPILATION.zip