-
@milosimpson
hello
I have a problem with jolt. I can't use if else in spec.
for example
```
{
"RelativeDateInterval":[
{
"Action" : "Training",
}
]
}
```
I wa…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
As…
-
It seems that recently the only way to write else-if clauses is to write it as two blocks -
![image](https://user-images.githubusercontent.com/53332894/71388784-bb415f80-2634-11ea-9b14-a9b23ae9105…
-
Hi,
I have a program of the following structre:
Input ciphertext y, Witness: secret key
1. Decrypt y using the secret key, obtaining x
2. If x has some property output 1
3. Output 0
My que…
-
go find another home for the web.
-
``` js
if (x);
else if (y) {
haha
}
else ;
```
the transformation will cause `unexpected token else`
``` js
{ $statement$(0, 0); if ($expression$(0, 3, (x)))$statement$(0, 5); ;
else { $statemen…
pvdz updated
10 years ago
-
```
Hi!
Is there a way to layout alternative blocks? As far as I know they are normally
done with a dotted line and [condition] statements.
Example:
___________________
Block| |
_____…
-
The plan is that whomever can upload some docs about whatever version of what they're working on (git hooks would be ideal here).
In order to make the "official" documentation stand out from all the …
-
### if-else
A one-line `if-else` expression should not use curly bracket blocks:
``` kotlin
val max = if(a > b) a else b
```
A multiline `if-else` may not to use blocks if both of the branches con…
-
I can't seem to change the default business hours. Below is my config;
``` javascript
$scope.uiConfig = {
calendar: {
header:{
left: 'prev,next today',
center: 'tit…