Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 480 Bytes

File metadata and controls

32 lines (20 loc) · 480 Bytes

Explicit Hints

@explicitHints true

Introduction

Some tutorials can have explicit hints.

This step has a hint

Initial step instruction goes here.

~ tutorialhint

Everything below the tag is included in the hint, which terminates automatically

basic.showString("Micro!")

This step has code but no hint

The text and code are all displayed in the card.

let x = 1;
let y = x + 2;
basic.showIcon(IconNames.Square)