Skip to content

Commit

Permalink
Translate docs/diagnostics/MagicDate.md in en
Browse files Browse the repository at this point in the history
100% translated source file: 'docs/diagnostics/MagicDate.md'
on 'en'.
  • Loading branch information
transifex-integration[bot] authored Jun 4, 2024
1 parent 945317c commit b166bce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/en/diagnostics/MagicDate.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,16 @@ If now < PredictedDate Then
HoverBoardIsReal = Undefined;
EndIf;
```

Also, a good solution is to use a special method with "telling name" that returns
constant

```bsl
Function DateInventionHover()
Return '20151021';
EndFunction
If CurrentDate < DateInventionHover() Then
HoverBoardWillBeInvented = Undefined;
EndIf;
```

0 comments on commit b166bce

Please sign in to comment.