We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce1aac commit 599cc6dCopy full SHA for 599cc6d
mcparser.ts
@@ -4,7 +4,7 @@
4
namespace microcode {
5
export let progToStringRet: string = undefined
6
//% shim=TD_NOOP
7
- export function progToString(prog: ProgramDefn): string {
+ export function progToString(prog: ProgramDefn) {
8
const ruleToString = (rule: RuleDefn) => {
9
const toToken = (tile: Tile) =>
10
resolveTooltip("T" + getTid(tile)).replaceAll(" ", "_")
0 commit comments