microsoft / pxt-chibitronics

Chibitronics Love To Code board editor with Microsoft MakeCode
https://makecode.chibitronics.com
Other
23 stars 15 forks source link

Cards for Variables doc page #157

Open Jaqster opened 6 years ago

Jaqster commented 6 years ago

Why isn't the Variables doc page formatted with Cards, the same as the other block reference pages?

image

pelikhan commented 6 years ago

These docs are hosted in the pxt project.

ganicke commented 6 years ago

At the moment, only...

```cards let x = 0 ``` ...will decompile out to a card properly.

```cards let y = x x += 1 ``` ...will not.

pelikhan commented 6 years ago

This is a PXT issue not chibi specific.

ganicke commented 6 years ago

Close or move to pxt? This is a decompile to cards issue.