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

7
LINES

< > BotCompany Repo | #1020137 // dm_importDefinitions - every line is like: "word - definition"

JavaX fragment (include)

svoid dm_importDefinitions(S text) {
  dm_call(dm_definitionsModule(), 'importText, text);
}

svoid dm_importDefinitions(LS defs) {
  dm_importDefinitions(lines(defs));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020137
Snippet name: dm_importDefinitions - every line is like: "word - definition"
Eternal ID of this version: #1020137/3
Text MD5: ff803003eb64bacec8ffc7cc44db0fda
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-02 04:38:10
Source code size: 176 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 289 / 299
Version history: 2 change(s)
Referenced in: [show references]