From 0f5614231737108a19c13307eac65fcba258c116 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 5 Apr 2016 10:36:23 -0700 Subject: [PATCH] updated about --- docs/about.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/about.md b/docs/about.md index f301c3ce..ed6af7c3 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,3 +1,8 @@ +```sim +basic.forever(() => { + basic.showString("Hi!"); +}) +``` # About The [BBC micro:bit](https://www.microbit.co.uk) is a [pocket-size computer](/device) with a 5x5 display of 25 LEDs, Bluetooth and sensors that can be programmed by anyone.