mirror of
https://github.com/meld-cp/obsidian-build.git
synced 2026-07-22 07:30:25 +00:00
docs
This commit is contained in:
parent
ff0ef12c21
commit
5d5a401982
1 changed files with 2 additions and 3 deletions
|
|
@ -10,8 +10,8 @@ run = Let The Games Begin
|
|||
help =
|
||||
```
|
||||
|
||||
Guess Number: %%round=%%7%%=round%%
|
||||
Your last guess was: %%last=%%47%%=last%%, **%%msg=%%🥳 YUS! You win!%%=msg%%**
|
||||
Guess Number: %%round=%%%%=round%%
|
||||
Your last guess was: %%last=%%%%=last%%, **%%msg=%%%%=msg%%**
|
||||
|
||||
```js meld-build
|
||||
const min = 1;
|
||||
|
|
@ -52,7 +52,6 @@ while ( !done ){
|
|||
}
|
||||
|
||||
$.markers.set('last', guessNum );
|
||||
//console.log($.markers.newValues);
|
||||
|
||||
if( guessNum < number ){
|
||||
// guess was too low
|
||||
|
|
|
|||
Loading…
Reference in a new issue