Fixed DOS encodings using: iconv -f CP852
[mirrors/Programs.git] / turbobasic / 007.BAS
old mode 100755 (executable)
new mode 100644 (file)
index 8e55657..82f941b
@@ -3,7 +3,7 @@ CLS
 COLOR 14,1\r
 SCREEN 8\r
 LOCATE 2,2\r
-INPUT "  ZADEJTE STARTOVACÖ PIN  " ;A\r
+INPUT "  ZADEJTE STARTOVACÍ PIN  " ;A\r
 IF A<>007 THEN GOTO START\r
 REM ZDE LZE DOPLNIT PROGRAM DO KTEREHO LZE VSTOUPIT PINEM 007\r
 STOP\r
This page took 0.25732 seconds and 4 git commands to generate.