1 | sclass IntAttractor > PJFindAttractor {
|
2 | int value; |
3 | |
4 | *() {
|
5 | super("<int>");
|
6 | } |
7 | |
8 | public bool find() {
|
9 | if (!super.find()) false; |
10 | value = parseInt(get(tok(), 0)); |
11 | true; |
12 | } |
13 | } |
Began life as a copy of #1022876
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: | #1022879 |
| Snippet name: | IntAttractor |
| Eternal ID of this version: | #1022879/1 |
| Text MD5: | dccade1c5d54b4ebb950fee80b2e1231 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-04-12 17:22:36 |
| Source code size: | 208 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 481 / 917 |
| Referenced in: | [show references] |