descriptions and info

This commit is contained in:
Rick Waldron 2016-02-23 16:42:11 -05:00
parent 79dfcf3e85
commit e0afd42914
8 changed files with 15 additions and 8 deletions

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `~` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `delete` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `!` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `-` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `+` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `typeof` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,8 @@
/*---
author: Rick Waldron
esid: sec-unary-operators
description: >
description: Exponentiation Expression syntax error, `void` UnaryExpression
info: >
ExponentiationExpression :
UnaryExpression
...

View File

@ -4,7 +4,7 @@
/*---
author: Rick Waldron
esid: sec-exp-operator
description: >
info: >
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
---*/