hex10:(editor.prg):21/01/2001 << Back To hex10


/* Visor Oficial de la HeX!(?) */ /* author: LPK */ /* compilenlo en div */ program visor; begin write(0, 160, 0, 1, "[E]ditor"); write(0, 160, 10, 1, "Gracias a Kebracho y "); write(0, 160, 20, 1, "a Dtmf y Digital Rebel"); write(0, 160, 30, 1, "por....estem..si por eso. gracias"); loop if (scan_code==_e); system("edit"); end frame; if (scan_code==_esc); exit("es el edit con nueva gilada",0); end end end