Skip to content
Snippets Groups Projects
Commit e0afd429 authored by Rick Waldron's avatar Rick Waldron
Browse files

descriptions and info

parent 79dfcf3e
No related branches found
No related tags found
No related merge requests found
Showing with 15 additions and 8 deletions
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `~` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `delete` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `!` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `-` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `+` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `typeof` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Expression syntax error, `void` UnaryExpression
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-exp-operator esid: sec-exp-operator
description: > info: >
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent) Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
---*/ ---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment