Discuss Scratch

GAMER_BOY-_-
Scratcher
34 posts

TurboFoolishness: The Developer's Code Companion

i have an idea:
(get text from website: (website/JSON) )
Thebloxers998
Scratcher
2 posts

TurboFoolishness: The Developer's Code Companion

This is useful
Just yes
Thebloxers998
Scratcher
2 posts

TurboFoolishness: The Developer's Code Companion

GAMER_BOY-_- wrote:

i have an idea:
(get text from website: (website/JSON) )
So good
Whatdidyousay245
Scratcher
100+ posts

TurboFoolishness: The Developer's Code Companion

<false>, <true>, <reports true>, <reports false> are all useless
to get false, you can just leave the <> box empty
if <> then
...
end

...
wont run because the empty means false
<true> just use an empty <not <>> or a <(1) = (1)>
if <not <>> then
...
end

...
will run because not false is true
<> reports true?
if its false, it always reports false. if its true, it always reports true. there is only 1 input. this is really useless
same with <> reports false?
this is the EXACT same thing as not <>
if <> then foo /else foo2/ is smart tho

Powered by DjangoBB