![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| StringConcatenateFn |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage StringConcatenateFn "the concatenation of %1 and %2") | domainEnglishFormat.kif 4664-4664 | |
| (format ChineseTraditionalLanguage StringConcatenateFn "%1 和 %2 的 concatenation ") | domainEnglishFormat.kif 4665-4665 | |
| (format ChineseLanguage StringConcatenateFn "%1 和 %2 的 concatenation ") | domainEnglishFormat.kif 4666-4666 | |
| (termFormat EnglishLanguage StringConcatenateFn "string concatenate fn") | domainEnglishFormat.kif 65547-65547 |
| consequent |
|
|
| (<=> (stringConcatenation ?S1 ?S2 ?S3) (equal ?S3 (StringConcatenateFn ?S1 ?S2))) |
Mid-level-ontology.kif 26795-26797 | The concatenation of X, Y is Z if, only if equal Z, the concatenation of X, and Y |