Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

18
LINES

< > BotCompany Repo | #1002932 // What kinds Bot (dev.)

JavaX source code - run with: x30.jar

1  
!752
2  
3  
/*
4  
if [user says [what kinds of $x are there]]
5  
$z = find all $y where [$y is a kind of $x]
6  
[$a, $b] = take 2 from $z
7  
say [$a and $b]
8  
*/
9  
10  
answer {
11  
  if (!attn()) null;
12  
  
13  
  if "what kinds of $x are there"
14  
$z = find all $y where [$y is a kind of $x]
15  
[$a, $b] = take 2 from $z
16  
say [$a and $b]
17  
  
18  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002932
Snippet name: What kinds Bot (dev.)
Eternal ID of this version: #1002932/1
Text MD5: acc558e85c0bc1737e2effe634d10c54
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-04-07 17:30:18
Source code size: 317 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 539 / 455
Referenced in: [show references]