Power-Fx/docs
Jim Grisham a9c0d697a8
Correct grammar production for ‘IdentiferName’ (#26)
* Update grammar-expression.md - ‘IdentifierName’

The grammar production for ‘IdentifierName‘, specifically the second alternative ‘SingleQuotedIdentifier’, is missing the opening and closing ‘single quote’ (U+0027) tokens.

This is a correction to make that consistent with the syntax shown in the grammar production for ‘TextLiteral’.

* Correct grammar production - ‘IdentiferName’

The grammar production for ‘IdentifierName‘, specifically the second alternative ‘SingleQuotedIdentifier’, is missing the opening and closing ‘single quote’ (U+0027) tokens.

This is a correction to make that consistent with the syntax shown in the grammar production for ‘TextLiteral’.
2022-04-07 23:49:25 -07:00
..
media Docs first release for Ignite 2021 2021-03-01 21:23:31 -08:00
tools adding copyright info 2021-03-02 02:00:07 -08:00
README.md adding copyright info 2021-03-02 02:00:07 -08:00
data-types.md Update data-types.md (#9) 2022-04-07 20:57:31 -07:00
expression-grammar.grammar Correct grammar production for ‘IdentiferName’ (#26) 2022-04-07 23:49:25 -07:00
expression-grammar.md Correct grammar production for ‘IdentiferName’ (#26) 2022-04-07 23:49:25 -07:00
global.md adding copyright info 2021-03-02 02:00:07 -08:00
imperative.md adding copyright info 2021-03-02 02:00:07 -08:00
operators.md Removed the link to the footer-banner (#5) 2022-04-07 18:54:23 -07:00
overview.md Fixed formatting mistake in overview.md (#4) 2022-04-07 18:48:31 -07:00
tables.md adding copyright info 2021-03-02 02:00:07 -08:00
variables.md Uniformity of writing style (#24) 2022-04-07 22:36:16 -07:00
yaml-formula-grammar.md Added overview video to Home Page (#235) 2022-03-26 10:20:07 -07:00

README.md

Microsoft Power Fx documentation

Microsoft Power Fx is the low-code language that will be used across the Microsoft Power Platform. It is a general-purpose, strong typed, declarative, and functional programming language. Power Fx is the new name for the Power Apps canvas formula language.

This folder contains early documentation, largely taken from the Power Apps canvas documentation. Like the implementation itself, this is a work in progress as we extract Power Fx from the Power Apps home it grew up in.

To learn more about and experience the language today, start with get started with formulas in Power Apps and sign up for a free Power Apps trial.