Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BS is a general purpose Gradually typed language which can and should be used fo

[Watch the talk, recorded at SkillsMatter](https://skillsmatter.com/skillscasts/6088-the-worst-programming-language-ever)

##Example program
## Example program

#define /^my (.*?) thing:$/class \1:/
my Greeter thing:
Expand All @@ -26,7 +26,7 @@ BS is a general purpose Gradually typed language which can and should be used fo
echo €thing, « », €this->name, BS::EOL;
Delete €thing;

##Language Features
## Language Features

* Significant whitespace
* Significant formatting
Expand Down