Uses 911K of libraries. Click here for Pure Java version (11060L/60K).
1 | !7 |
2 | |
3 | cmodule AskAboutWords > DynAskUserQuestions { |
4 | S word; |
5 | |
6 | S makeAQuestion() { |
7 | setField(word := dm_call(dm_actualWordsCRUD(), 'randomWord)); |
8 | ret "What is the meaning of " + quote(word) + "?"; |
9 | } |
10 | |
11 | S confirmationText() { |
12 | ret word + " = " + answer; |
13 | } |
14 | } |
Began life as a copy of #1020045
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021118 |
Snippet name: | Ask for meaning of words |
Eternal ID of this version: | #1021118/6 |
Text MD5: | 47d18008a998a3d6de36e1d1c4eb7ece |
Transpilation MD5: | eefe610cea00cfa4ca4767f32c55b0b1 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-23 23:32:05 |
Source code size: | 285 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 344 / 901 |
Version history: | 5 change(s) |
Referenced in: | [show references] |