mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Progress on bash and linux notes
This commit is contained in:
@@ -116,7 +116,7 @@ int x = 1, y = 10;
|
||||
float z = (float) x / (float) y;
|
||||
```
|
||||
|
||||
## Escape Sequences
|
||||
## ANSI Escape Sequences
|
||||
|
||||
Escape sequences are used to allow typing characters in a string that would otherwise be interpreted as `C` instructions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user