`let` expressions – Development – Snap! Forum https://forum.snap.berkeley.edu/t/let-expressions/9500
Scheme style (let ( (a exprA) (b exprB) ) (expr using a and b) ) Any
a,b are global hidden shared variables getters/setters.
Meintest du essen b?
Scheme style (let ( (a exprA) (b exprB) ) (expr using a and b) ) Any
a,b are global hidden shared variables getters/setters.
list a = 1,2,3 list b = 3,4,5 How i can found 3 ? (without the block)
loucheman May 29, 2021, 12:47pm 1 image261×164 1.02 KB list a = 1,2,3 list b
The spec, %'a' %'which' %'b', appears…
The spec, %’a‘ %’which‘ %‘b‚, appears nowhere else in the blocks.
How do you deal with this: a) I have 3 types of clones : type 1, type 2, type 3 b)
How do you deal with this: a) I have 3 types of clones : type 1, type 2, type 3 b)
The aim is to create later this one x -> ax^2+b*x+c.
The aim is to create later this one x -> ax^2+b*x+c. 15794×254 38.5 KB I would
Continuing the discussion from A Snap! Mod Idea (Part 1) – #103 by sir_kitten2. Previous discussions: A Snap! Mod Idea (Part 1)
So something like return Array.reduce(this.reportCONS(a, b), this.reportSum);?
others would probably say no because you could just interact with it yourself) b&
Thanks for your help and everybodies else pajamaclaws21 December 5, 2023, 6:19pm
[untitled script pic]
The one that matches what the words mean is (A OR B) AND (NOT (A AND B)) But Aâ
program you've uploaded appears to b…
greater than 6 { Hide pen Draw tree with warp effect (instant drawing) Show pen } else
This is a thread to discuss Day1 (which starts on 1st December at 05:00 UTC ) :slight_smile: https://adventofcode.com/2022/day/1 REMEMBER! It is VERY important NOT to write any public spoilers :slight_smile: ALWAY…
[long list of stuff] for i in a: c=list("XYZ").index(i[2])+1 if i in ["A Z","B