Corrected 2 more typos

This commit is contained in:
Ron Pinkas
2001-05-28 22:04:21 +00:00
parent 11881115ac
commit 5125ec5218

View File

@@ -15,7 +15,7 @@ Procedure Main()
sPPed := PP_PreProLine( "RETURN" )
PP_CompileLine( sPPed, 3, aCompiledProcs, NIL, @nProcId )
PP_ExecuteProcedure( aCompiledProcs[1] )
PP_ExecProcedure( aCompiledProcs[1] )
// OR :
@@ -29,6 +29,6 @@ Procedure Main()
sPPEd += ";" + PP_PreProLine( "return 'Hello Again'" )
PP_CompileLine( sPPed, 0, aCompiledProcs, NIL, @nProcId )
PP_ExecuteProcedure( aCompiledProcs[1] )
PP_ExecProcedure( aCompiledProcs[1] )
return