This commit is contained in:
2007-12-13 01:07:10 +00:00
parent 11551178fc
commit 7dcad2a92b
2 changed files with 99 additions and 10 deletions

View File

@ -128,9 +128,21 @@ error string customization
Language Difference
* Statement terminator Semicolon
* function abc() function abc ()
* return in BEGIN or END
{{|
|-
! ASE
! NAWK
! REMARKS
|-
| Statement terminator Semicolon
|-
| function abc()
this is very nice hello world...
| function abc ()
|
|---------------------------------------
| return in BEGIN or END
|}}