How can i remove this comments at the top of my code?
14 views
Skip to first unread message
Natan Scalvence
unread,
Sep 19, 2021, 7:07:17 AM9/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
I'm
totally new to Leo Editor, and I'd like to know how I can remove these
comments at the top of my code, and if it's possible in the case.
Grateful. Below is an example:
#@+leo-ver=5-thin #@+node:.20210918221507.2: * @file plugin.py #@@language c
#include <stdio.h>
#include <stdlib.h>
int main()
{
puts("Hello World");
return EXIT_SUCCESS;
}
#@-leo
Edward K. Ream
unread,
Sep 19, 2021, 7:10:09 AM9/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
On Sun, Sep 19, 2021 at 6:07 AM Natan Scalvence <scal...@gmail.com> wrote:
I'm
totally new to Leo Editor, and I'd like to know how I can remove these
comments at the top of my code, and if it's possible in the case.
Grateful. Below is an example:
#@+leo-ver=5-thin #@+node:.20210918221507.2: * @file plugin.py #@@language c