Libraryless. Click here for Pure Java version (16653L/100K).
1 | svoid aic_compareEscapeWords() {
|
2 | var x = new AIC_EvaluateParameter<S>("escapeWord", ll("x", "xx", "X", "Y", "y", "yy", "a", "Z"),
|
3 | (escapeWord, aic) -> {
|
4 | aic.escapeWord(escapeWord); |
5 | printVars(+aic, +escapeWord); |
6 | }); |
7 | x.demo.inputText(loadSnippet(#1034520)); |
8 | x.run(); |
9 | x.printTokenByTokenDiffs(); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034543 |
| Snippet name: | aic_compareEscapeWords |
| Eternal ID of this version: | #1034543/1 |
| Text MD5: | fd2620b6d2124ff9f42271f6eda6cae5 |
| Transpilation MD5: | 64c22a5b95864fc38aae025f1e753c7d |
| Author: | stefan |
| Category: | javax / text compression |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-11 21:58:59 |
| Source code size: | 331 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 376 / 494 |
| Referenced in: | [show references] |