diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ and go get it! can have file inclusion. There is the possibility of using `#ifdef` to make code work with different Awks, using their nonportable constructs: + :::c #if __gawk__ GNU Awk specific code #else |