Nasal Unit Testing Framework: Difference between revisions

Jump to navigation Jump to search
m
Line 116: Line 116:


print( current_profile.systime() );
print( current_profile.systime() );
# or simply override the global symbols during initialization:
var systime = current_profile.systime;
print( systime() );
</syntaxhighlight>
</syntaxhighlight>


Navigation menu