Example #1
0
N_NIMCALL(NIM_BOOL, isdefined_168167)(Tident167021* symbol) {
    NIM_BOOL result;
    nimfr("isDefined", "condsyms.nim")
    result = 0;
    nimln(63, "condsyms.nim");
    result = isdefined_168031((*symbol).s);
    popFrame();
    return result;
}
Example #2
0
N_NIMCALL(NIM_BOOL, isdefined_168167)(Tident167021* symbol) {
	NIM_BOOL result;
	result = 0;
	result = isdefined_168031((*symbol).s);
	return result;
}