You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Rubex files can only exist inside one single file. This is quite detrimental to effective
management of code. Support multiple files.
A new function called require_rubex can be used for this purpose. This function will be a compiler construct similar to #include in C and will include that file into the compilation phase.
The text was updated successfully, but these errors were encountered:
Currently Rubex files can only exist inside one single file. This is quite detrimental to effective
management of code. Support multiple files.
A new function called
require_rubex
can be used for this purpose. This function will be a compiler construct similar to#include
in C and will include that file into the compilation phase.The text was updated successfully, but these errors were encountered: