Thread: Avisynth+
View Single Post
Old 2nd November 2013, 16:25   #208  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by ajp_anton View Post
Feature request: allow comments on split lines, like this:
filter(argument 1 #comment
\, argument 2)
You can use the /* ... */ style of comment to do this (in both Avisynth and Avisynth+)
Code:
filter(argument 1 /* comment */
\, argument 2)
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline