New Concept: Basics (#87)

This commit is contained in:
Marian Zeis
2022-07-13 15:08:44 +02:00
committed by GitHub
parent e05220839d
commit b9a7771aae
5 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{
"blurb": "Basics contains the minimal knowledge required to get started in ABAP: function declarations, variable assignment, and exposing entities.",
"authors": ["marianfoo"],
"contributors": []
}

10
concepts/basics/about.md Normal file
View File

@@ -0,0 +1,10 @@
# About
TODO, work in progress
## (Re-)Assignment
### Constant Assignment
### Constant Value (Immutability)
## Function Declarations

View File

@@ -0,0 +1,9 @@
# Introduction
## (Re-)Assignment
## Function Declarations
## Exposing to Other Files

View File

@@ -0,0 +1,6 @@
[
{
"url": "https://abapgit.org",
"description": "abapGit"
}
]

View File

@@ -234,7 +234,13 @@
}
]
},
"concepts": [],
"concepts": [
{
"uuid": "4a11ac86-a699-43e9-922e-f75681c86fd9",
"slug": "basics",
"name": "Basics"
}
],
"key_features": [
{
"icon": "evolving",