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

14
LINES

< > BotCompany Repo | #1021118 // Ask for meaning of words

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (11060L/60K).

!7

cmodule AskAboutWords > DynAskUserQuestions {
  S word;
  
  S makeAQuestion() {
    setField(word := dm_call(dm_actualWordsCRUD(), 'randomWord));
    ret "What is the meaning of " + quote(word) + "?";
  }

  S confirmationText() {
    ret word + " = " + answer;
  }
}

Author comment

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: 264 / 799
Version history: 5 change(s)
Referenced in: [show references]