Pattern Conditioning

Post Reply
Sublime7
Posts: 9
Joined: Thu Mar 29, 2018 8:32 pm
My devices: iPhone SE
Flag: United States of America

Pattern Conditioning

Post by Sublime7 »

With an equation of self-contradictory conditioning comprising every pattern the specific outcome of that pattern that does not exist indepedent of, or contradict a ubiquitous conclusion of the same pattern should lead to outcomes that are coincinental with the actions of top negotiations of priority and unbiased conditioning. this to me seems intelligent, however my program is yet to yield an outcome.

I’m not sure why the command does not appear to be called in the while loop when it is called in the function.
Last edited by Sublime7 on Thu Apr 26, 2018 9:26 am, edited 8 times in total.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4782
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Patterned Conditioning

Post by Mr. Kibernetik »

I cannot undewrstand what is your question.
Please explain it more.

Sublime7
Posts: 9
Joined: Thu Mar 29, 2018 8:32 pm
My devices: iPhone SE
Flag: United States of America

Program function can be called cleanly but command yields no output.

Post by Sublime7 »

REM sleep +
DEF A ()
10 ON 10 GOTO 20
20 ON 20 GOTO 10
30 ON 20 GOSUB 40
40 ON 20 GOTO 30
50 ON 30 GOSUB 60
60 ON 30 GOTO 70
70
END DEF
N = 31
X$ = ""
Z$ = ""
DO
DO
N = N + 1
Q$ = CHR$(N)
V$ = CHR$(N)
CALL A ()
WHILE 50
X$ = X$ & Q$
Z$ = Z$ & V$
END WHILE
UNTIL N > 125
UNTIL Z$ = "."
PRINT X$
Last edited by Sublime7 on Thu May 24, 2018 10:41 pm, edited 16 times in total.

User avatar
Dutchman
Posts: 848
Joined: Mon May 06, 2013 9:21 am
My devices: iMac, iPad Air, iPhone
Location: Netherlands
Flag: Netherlands

Re: Patterned Conditioning

Post by Dutchman »

:twisted:
Last edited by Dutchman on Sun Apr 22, 2018 8:43 am, edited 1 time in total.

Sublime7
Posts: 9
Joined: Thu Mar 29, 2018 8:32 pm
My devices: iPhone SE
Flag: United States of America

is there a god?

Post by Sublime7 »

0
REM sleep -
DEF A ()
10 ON 10 GOTO 20
20 ON 20 GOTO 10
IF 10 THEN
ELSE
30
END IF
IF 10 THEN
IF 30 THEN
40
END IF
END IF
IF 10 THEN
ELSE
50
END IF
IF 50 THEN
IF 10 THEN
ELSE
IF 10 THEN
60
END IF
END IF
END IF
IF 0 THEN
ELSE
1
END IF
IF 1 THEN
IF 0 THEN
ELSE
2
END IF
END IF
IF 2 THEN
IF 0 THEN
01
END IF
END IF
IF 01 THEN
IF 60 THEN
70
END IF
END IF
IF 70 THEN
IF 40 THEN
80
END IF
END IF
END DEF
N = 31
X$ = ""
Z$ = ""
DO
DO
N = N + 1
Q$ = CHR$(N)
V$ = CHR$(N)
CALL A ()
WHILE 80
X$ = X$ & Q$
Z$ = Z$ & V$
END WHILE
UNTIL N > 125
UNTIL Z$ = "."
PRINT X$


You know the program might need a specification on the specification, that is in an an archaic state
Last edited by Sublime7 on Mon Apr 23, 2018 1:12 am, edited 9 times in total.

User avatar
Dutchman
Posts: 848
Joined: Mon May 06, 2013 9:21 am
My devices: iMac, iPad Air, iPhone
Location: Netherlands
Flag: Netherlands

Re: Patterned Conditioning

Post by Dutchman »

:evil:
Last edited by Dutchman on Sun Apr 22, 2018 8:43 am, edited 1 time in total.

Sublime7
Posts: 9
Joined: Thu Mar 29, 2018 8:32 pm
My devices: iPhone SE
Flag: United States of America

turning trash into treasure since 9000 BC

Post by Sublime7 »

even the devils mad about that last post

:arrow: :arrow: :( :arrow: ;) :arrow: :mrgreen:
Last edited by Sublime7 on Mon Apr 23, 2018 1:03 am, edited 5 times in total.

Henko
Posts: 814
Joined: Tue Apr 09, 2013 12:23 pm
My devices: iPhone,iPad
Windows
Location: Groningen, Netherlands
Flag: Netherlands

Re: (UNRESOLVED) function as a condition?

Post by Henko »

Sublime7 wrote:
Thu Apr 19, 2018 12:32 am
Yes, I DO have a second part to the question!
Thank you for noticing!

DEF A ()
10 GOTO 20
20 GOTO 10
30 ON 10 GOTO 40
IF 10 THEN
40
END IF
ON 10 GOTO 50
ON 50 GOTO 10
50
60 ON 40 GOSUB 10
END DEF

that is what I was talking about ^^^

so I have to make a function into a condition
any ideas?
Stop it, Sublime programmer.
Nobody here understands any of your questions and remarks, nor of your 'program'
You are either trolling us, or you are a person of an intelligence level far beyond us, perhaps from another planet 😂

Post Reply