September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{#/\. #\/. #not} do: [ |:func|
|
||||
func arity = 1 ifTrue: [inform: 'True ' ; (func as: String) ; ' = ' ; (func sendTo: {True}) printString.
|
||||
inform: 'False ' ; (func as: String) ; ' = ' ; (func sendTo: {False}) printString.].
|
||||
|
||||
func arity = 2
|
||||
ifTrue: [{{True. True}. {True. False}. {False. True}. {False. False}} do:
|
||||
[ |:each| inform: each first printString ; (func as: String) ; each second printString ; ' = ' ; (func sendTo: each) printString]]
|
||||
|
||||
].
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
True/\True = True
|
||||
True/\False = False
|
||||
False/\True = False
|
||||
False/\False = False
|
||||
True\/True = True
|
||||
True\/False = True
|
||||
False\/True = True
|
||||
False\/False = False
|
||||
True not = False
|
||||
False not = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue