From Nugax@21:1/107 to g00r00 on Sunday, January 07, 2018 08:36:20
g00r00 or anyone,
Here is my code. I can't for the life of me figure out why a simple nested if/else wont work in Pascal (mpl)
Begin
writeln('|07Connected to |15The Byte|14X|15change BBS |07- Node |ND'); writeln('|07Press |11[ESC]|07 twice to enter BBS...');
If ReadKey = #27 Then
If ReadKey = #27 Then
writeln('Booting BBS...'); delay(3*1000);
Else Then
menucmd('GI','');
Else Then
menucmd('GI','');
Begin
writeln('|07Connected to |15The Byte|14X|15change BBS |07- Node |ND'); writeln('|07Press |11[ESC]|07 twice to enter BBS...');
If ReadKey = #27 Then
If ReadKey = #27 Then
writeln('Booting BBS...'); delay(3*1000);
Else
menucmd('GI','');
Else
menucmd('GI','');