--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/CAJ7XQb6ZLOWp966nm-NueNN-x8kKca4EFPprmyFQ3Dg5jScw5Q%40mail.gmail.com.
thanks.
/*
**
** The JavaScript code is generated by atscc2js
** The starting compilation time is: 2014-12-14: 14h:17m
**
*/
function
hello()
{
//
// knd = 0
//
// __patsflab_hello
ats2jspre_print_string("Hello, world!");
return/*_void*/;
} // end-of-function
// dynloadflag_init
var _057_tmp_057_patsopt_ccats_OLjWLU__dynloadflag = 0;
function
_057_tmp_057_patsopt_ccats_OLjWLU__dynload()
{
//
// knd = 0
//
// ATSdynload()
// ATSdynloadflag_sta(_057_tmp_057_patsopt_ccats_OLjWLU__dynloadflag(14))
if(ATSCKiseqz(_057_tmp_057_patsopt_ccats_OLjWLU__dynloadflag)) {
_057_tmp_057_patsopt_ccats_OLjWLU__dynloadflag = 1 ; // flag is set
hello();
} // endif
return/*_void*/;
} // end-of-function
function
my_dynload()
{
//
// knd = 0
//
_057_tmp_057_patsopt_ccats_OLjWLU__dynload();
return/*_void*/;
} // end-of-function
/* ATSextcode_beg() */
// COMMENT_line
ats2jspre_the_print_store_clear();
my_dynload();
alert(ats2jspre_the_print_store_join());
// COMMENT_line
/* ATSextcode_end() */
/* ****** ****** */
/* end-of-compilation-unit */