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

11
LINES

< > BotCompany Repo | #119 // parse_lowercase

Input/output example

1  
input=
2  
[[lowercase ::= 
3  
             "a"..."z"]]
4  
output=
5  
[[function parse_lowercase()
6  
  local c = char()
7  
  if c ~= nil and c >= 'a' and c <= 'z' then
8  
    next()
9  
    return c
10  
  end
11  
end]]

download  show line numbers   

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

No comments. add comment

Image recognition results

Recognizer Recognition Result Visualize Recalc
#308 195 [visualize]

Snippet ID: #119
Snippet name: parse_lowercase
Eternal ID of this version: #119/1
Text MD5: 6d9e44324e3f8e2ccca44193d7c4378f
Author: stefan
Category: python parsing
Type: Input/output example
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2014-01-10 14:37:53
Source code size: 195 bytes / 11 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 745 / 198
Referenced in: [show references]