From fcf2dcf099c4be7e2e7422d21728c220fbb034bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20M=20G=C3=B3mez?= Date: Sat, 20 May 2023 22:52:21 +0100 Subject: [PATCH] Moves virtual under its own section manual_experimental.md (#21870) --- doc/manual_experimental.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual_experimental.md b/doc/manual_experimental.md index 6e11e03eac..25c9c1b552 100644 --- a/doc/manual_experimental.md +++ b/doc/manual_experimental.md @@ -2132,7 +2132,7 @@ The `.sendable` pragma itself is an experimenal, unchecked, unsafe annotation. I currently only used by `Isolated[T]`. Virtual pragma ----------------- +============== `virtual` is designed to extend or create virtual functions when targeting the cpp backend. When a proc is marked with virtual, it forward declares the proc header within the type's body. @@ -2205,4 +2205,4 @@ NimPrinter().printConst(message) var val: int32 = 10 NimPrinter().printConstRef(message, val) -``` \ No newline at end of file +```