README.md: separator between examples

This commit is contained in:
Pragmatic Software 2020-01-09 19:19:33 -08:00
parent ec52b1d9ec
commit 9775a9b920
1 changed files with 4 additions and 0 deletions

View File

@ -174,9 +174,13 @@ PBot supports [several shells and languages](doc/Factoids.md#supported-languages
<pragma-> !sh echo Remember rot13? | tr a-zA-Z n-za-mN-ZA-M
<PBot> Erzrzore ebg13?
<!-- -->
<nil> !go package main\nimport "fmt"\nfunc main() { fmt.Print("foo" == "foo"); }
<PBot> true
<!-- -->
<pragma-> !python print('Hello there!')
<PBot> Hello there!