@script name="Basic">
Contains macros for handling basic data types, based on the XGL 2.0 specification.
(c) SAP AG 2003-2006. All rights reserved.
// if you use this file you need to add the following function as a public method, like so:
//
//
//
// In the eval code you send to this function, htc represents the htc, obviously
//------------------------------------------------
function unitTest(code) {
//------------------------------------------------
var htc = this;
return eval(code);
}