Explorar o código

+ Initial implementation

michael %!s(int64=27) %!d(string=hai) anos
pai
achega
ca967c4d0d
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      docs/linuxex/ex56.pp

+ 10 - 0
docs/linuxex/ex56.pp

@@ -0,0 +1,10 @@
+program example56;
+
+uses linux;
+
+{ Program to demonstrate the Shell function }
+
+begin
+  writeln ('Output of ls -l *.pp');
+  Shell ('ls -l *.pp');
+end.